@import url("./nav.css");
@import url("./footer.css");

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html,
body{
    height: 100%;
    width: 100%;
}



.tblasdiv{
    height:max-content;
    width: 100%;
    overflow-x:auto;
    background-color: #47474717;
    box-shadow: 1px 1px 10px 1px gray;
    padding: 10px;
}

.tblasdiv table{
    margin: 0 auto;
    text-align: center;
    width: 1300px;
    
}

.tblasdiv table td{
    height: 46px;
}